From: Keir Fraser Date: Wed, 2 Sep 2009 15:12:41 +0000 (+0100) Subject: Enable some SCSI drivers in pvops kernel config X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13391 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=89a647853f37848ae6e5f919ae463c2830311bfd;p=xen.git Enable some SCSI drivers in pvops kernel config Enables a couple of SCSI host controllers which are found in our test farm but not enabled in the default upstream kernel. The new drivers are compiled as modules which is pretty harmless so this should be safe. Signed-off-by: Ian Jackson --- diff --git a/buildconfigs/enable-xen-config b/buildconfigs/enable-xen-config index 2bef15a0eb..9d15648a60 100644 --- a/buildconfigs/enable-xen-config +++ b/buildconfigs/enable-xen-config @@ -81,6 +81,11 @@ setopt CONFIG_X86_MCE_INTEL n setopt CONFIG_X86_MCE_AMD n setopt CONFIG_CRYPTO_AES_NI_INTEL n +setopt CONFIG_FUSION y +setopt CONFIG_FUSION_SPI m +setopt CONFIG_FUSION_SAS m +setopt CONFIG_BLK_CPQ_CISS_DA m + case ${XEN_TARGET_ARCH} in x86_32) setopt CONFIG_64BIT n ;; x86_64)